home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / dev / misc / FlexCat.lha / Lib / AutoC_h.sd < prev    next >
Encoding:
Text File  |  1999-11-28  |  580 b   |  27 lines

  1. ##rem $Id: AutoC_h.sd,v 1.2 1999/11/28 03:36:41 carlos Exp $
  2. ##stringtype C
  3. ##shortstrings
  4. /****************************************************************
  5.    This file was created automatically by `%fv'
  6.    from "%f0".
  7.  
  8.    Do NOT edit by hand!
  9. ****************************************************************/
  10.  
  11. #ifndef %b_CAT_H
  12. #define %b_CAT_H
  13.  
  14.  
  15. #ifndef EXEC_TYPES_H
  16. #include <exec/types.h>
  17. #endif  /*  !EXEC_TYPES_H           */
  18.  
  19.  
  20. /*  Prototypes  */
  21. extern STRPTR GetString(APTR);
  22.  
  23. /*  Definitions */
  24. extern const APTR _%i;\n#define %i ((APTR) &_%i)
  25.  
  26. #endif /*   !%b_CAT_H  */
  27.